home *** CD-ROM | disk | FTP | other *** search
- // Next available MSG number is 256
- // MODULE_ID HPMPLOT_DCL_
- // (Test Release 0.1 12 Nov 1992)
- // (C) Hewlett-Packard Company
- // HP-GL/2 ADI 4.2 AutoCAD 386 Release 12 driver
- // Release 1.3 1 March 1993
- // HPMPLOT.DCL
- // Main Menu for the Merge Plotting/Rendering User Interface
-
- mainmenu: dialog {
- label = "Configuraci≤n del trazador HP";
- alignment = centered;
- initial_focus = /*MSG0*/"accept";
- : column {
- : text_part {
- key = /*MSG0*/"modellabel";
- label = "Config. trazador:";
- }
- : popup_list {
- fixed_width = true;
- key = /*MSG0*/"idmodel";
- edit_width = 60;
- tabs = "25";
- }
- }
- : concatenation {
- : text_part {
- key = /*MSG0*/"dirlabel";
- label = "Dir. ";
- }
- : text {
- key = /*MSG0*/"dir";
- width = 34;
- }
- }
- : row {
- fixed_width = true;
- : text {
- label = "Archivo de config.:";
- key = /*MSG0*/"cfglabel";
- mnemonic = "A";
- }
- : popup_list {
- fixed_width = true;
- key = /*MSG0*/"cfgfile";
- edit_width = 13;
- }
- }
- : row {
- : column { // Begin Left Column
- : boxed_radio_column {
- label = "Calidad";
- key = /*MSG0*/"qual";
- : radio_button {
- label = "Borrador";
- key = /*MSG0*/"draft";
- mnemonic = "B";
- }
- : radio_button {
- label = "Final";
- key = /*MSG0*/"final";
- mnemonic = "F";
- value = "1";
- }
- : radio_button {
- label = "Realzado";
- key = /*MSG0*/"enhanced";
- mnemonic = "R";
- }
- : radio_button {
- label = "Por defecto";
- key = /*MSG0*/"pldefault";
- mnemonic = "d";
- }
- } // End radio_column (Print Qual) //
- } // End Left Column
- : column { // Begin Middle Column
- : edit_box {
- label = "N·mero de copias:";
- mnemonic = "N";
- key = /*MSG0*/"copies";
- edit_width = 2;
- edit_limit = 2;
- fixed_width=true;
- }
- : boxed_radio_column {
- label = "Colores de impresi≤n";
- key = /*MSG0*/"color_set";
- : radio_button {
- label = "En color";
- key = /*MSG0*/"pcolor";
- mnemonic = "c";
- }
- : radio_button {
- label = "Tonalidades gris";
- key = /*MSG0*/"pgray";
- mnemonic = "g";
- }
- : radio_button {
- label = "Todo en negro";
- key = /*MSG0*/"pblack";
- mnemonic = "T";
- }
- } //end of color setting
- }
- : column {
- // Begin Right Column
- : button {
- label = "Plumillas...";
- mnemonic = "P";
- key = /*MSG0*/"penattr";
- }
- : button {
- label = "Anotaciones...";
- mnemonic = "i";
- key = /*MSG0*/"annotate";
- }
- : button {
- label = "Orientaci≤n lßmina...";
- mnemonic = "l";
- key = /*MSG0*/"paper";
- }
- : button {
- label = "Opciones avanzadas...";
- mnemonic = "z";
- key = /*MSG0*/"advopt";
- }
- } // End Right Column
- } // End Row of two columns
-
- : boxed_column {
- : text {
- label = "Comentario de anotaci≤n actual:";
- key = /*MSG0*/"Annolabel";
- }
- : text {
- width = 50;
- key = /*MSG0*/"curcomment";
- }
- }
-
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- width = 12;
- is_default = true;
- }
- : retirement_button {
- label = "Cancelar";
- key = /*MSG0*/"cancel";
- width = 12;
- is_cancel = true;
- }
- : button {
- label = "Guardar como...";
- key = /*MSG0*/"saveas";
- mnemonic = "o";
- width = 12;
- }
- : button {
- label = "Ayuda...";
- key = /*MSG0*/"helpmain";
- mnemonic = "u";
- width = 12;
- }
- }
- } // End MAIN MENU Dialog //
-
- // PENATTR.DCL
- // Dialog Box for setting attributes for pens
- //
- penattr: dialog {
- label = "Plumillas";
- initial_focus = /*MSG0*/"accept";
- fixed_height = true;
- : row { // Pen
- : column {
- : popup_list {
- label = "Plumilla (1..255)";
- mnemonic = "P";
- fixed_width = true;
- key = /*MSG0*/"slider";
- edit_width = 4;
- }
- : button {
- label = "Aplicar a todas las plumillas";
- mnemonic = "A";
- key = /*MSG0*/"okall";
- }
- } // End Pen Column
- : column {
- : boxed_row {
- label = "Control de uni≤n de trazado";
- : radio_column { // Merge
- key = /*MSG0*/"mc";
- fixed_height = true;
- : radio_button {
- label = "Sobreescribir lφneas";
- key = /*MSG0*/"mc0";
- mnemonic = "S";
- }
- : radio_button {
- label = "Empalmar lφneas";
- key = /*MSG0*/"mc1";
- mnemonic = "E";
- }
- } // End (Merge) column
- : column {
- fixed_width = true;
- fixed_height = true;
- :image {
- key = /*MSG0*/"overw_im";
- height = 1;
- aspect_ratio = 1.4;
- color = black;
- }
- :image {
- key = /*MSG0*/"merge_im";
- height = 1;
- aspect_ratio = 1.4;
- color = black;
- }
- }
- spacer_1;
- } //end merge row
- : button {
- label = "Tramado...";
- key = /*MSG0*/"printop";
- mnemonic = "T";
- }
- }
- }
-
-
- : row {
- :boxed_row {
- label = "Fin de lφnea:";
- key = /*MSG0*/"endlabel";
- mnemonic = "F";
- : image_button {
- key = /*MSG0*/"end_tile1";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"end_tile2";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"end_tile3";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"end_tile4";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- }
- :boxed_row {
- label = "Uni≤n de lφnea:";
- key = /*MSG0*/"joinlabel";
- mnemonic = "l";
- : image_button {
- key = /*MSG0*/"join_tile1";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"join_tile2";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"join_tile3";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"join_tile4";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"join_tile5";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- }
- } // End Row (Line ends/joins)
-
- : row { // ( Ends, Joins, & patterns)
- : boxed_column { // Fills
- label = "Relleno:";
- mnemonic = "R";
- : list_box {
- fixed_height = true;
- height = 5;
- key = /*MSG0*/"filltype";
- }
- : edit_box {
- fixed_width = true;
- edit_width = 2;
- edit_limit = 2;
- label = "Espaciado 1..99mm";
- key = /*MSG0*/"spacing";
- mnemonic = "i";
- }
-
- : edit_box {
- fixed_width = true;
- edit_width = 3;
- edit_limit = 3;
- label = "Angulo 0..359:";
- key = /*MSG0*/"angle";
- mnemonic = "g";
- }
-
- : edit_box { // Shade
- fixed_width = true;
- edit_width = 2;
- edit_limit = 2;
- label = "Sombra 0..99%:";
- key = /*MSG0*/"shdpct";
- mnemonic = "m";
- } // End Shade
- } // End column (Fills)
-
- : boxed_column { // Raster patterns, line ends line joins
- key = /*MSG0*/"rastpat";
- label = "Patrones de trama:";
- fixed_height = true;
- mnemonic = "o";
- : list_box {
- fixed_height = true;
- height = 8;
- key = /*MSG0*/"patlist";
- }
- : button {
- label = "Cambiar...";
- mnemonic = "C";
- key = /*MSG0*/"changerast";
- }
- } // End Column ( Raster Patterns )
- } // End Row
-
- : row {
- fixed_width = true;
- alignment = centered;
- : retirement_button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- width = 12;
- is_default = true;
- }
- : retirement_button {
- label = "Cancelar";
- key = /*MSG0*/"cancel";
- width = 12;
- is_cancel = true;
- }
- : button {
- label = "Ayuda...";
- key = /*MSG0*/"helppen";
- width = 12;
- mnemonic = "u";
- }
- }
-
- } // End LINE ATTRIBUTES Dialog //
-
- // PENPPENATTR.DCL
- // Dialog Box for setting attributes for pens
- //
- penppenattr: dialog {
- label = "Plumillas";
- initial_focus = /*MSG0*/"accept";
- fixed_height = true;
- : row { // Pen
- : column {
- : popup_list {
- label = "Plumilla (1..255)";
- mnemonic = "P";
- fixed_width = true;
- key = /*MSG0*/"slider";
- edit_width = 4;
- }
- : button {
- label = "Aplicar a todas las plumillas";
- mnemonic = "A";
- key = /*MSG0*/"okall";
- }
- } // End Pen Column
- : column {
- : boxed_row {
- label = "Rellenar ßreas:";
- : radio_column { // SFILLS
- key = /*MSG0*/"sfills";
- fixed_height = true;
- : radio_button {
- label = "Trazador (Menor tiempo de bloqueo)";
- key = /*MSG0*/"sfillspl";
- mnemonic = "z";
- }
- : radio_button {
- label = "AutoCAD (Menor tiempo de trazado)";
- key = /*MSG0*/"sfillsacad";
- mnemonic = "D";
- }
- } // End (Merge) column
- } //end merge row
- }
- }
-
-
- : row {
- :boxed_row {
- label = "Fin de lφnea:";
- key = /*MSG0*/"endlabel";
- mnemonic = "F";
- : image_button {
- key = /*MSG0*/"end_tile1";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"end_tile2";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"end_tile3";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"end_tile4";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- }
- :boxed_row {
- label = "Uni≤n de lφnea:";
- key = /*MSG0*/"joinlabel";
- mnemonic = "l";
- : image_button {
- key = /*MSG0*/"join_tile1";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"join_tile2";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"join_tile3";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"join_tile4";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"join_tile5";
- width = 5;
- aspect_ratio = 0.75;
- color = black;
- }
- }
- } // End Row (Line ends/joins)
-
- : row { // ( Ends, Joins, & patterns)
- key = /*MSG0*/"fillsdef";
- : boxed_column { // Fills
- label = "Relleno:";
- mnemonic = "R";
- : list_box {
- fixed_height = true;
- height = 5;
- key = /*MSG0*/"filltype";
- }
- : edit_box {
- fixed_width = true;
- edit_width = 2;
- edit_limit = 2;
- label = "Espaciado 1..99mm";
- key = /*MSG0*/"spacing";
- mnemonic = "i";
- }
-
- : edit_box {
- fixed_width = true;
- edit_width = 3;
- edit_limit = 3;
- label = "Angulo 0..359:";
- key = /*MSG0*/"angle";
- mnemonic = "g";
- }
-
- : edit_box { // Shade
- fixed_width = true;
- edit_width = 2;
- edit_limit = 2;
- label = "Sombra 0..99%:";
- key = /*MSG0*/"shdpct";
- mnemonic = "m";
- } // End Shade
- } // End column (Fills)
-
- : boxed_column { // Raster patterns, line ends line joins
- key = /*MSG0*/"rastpat";
- label = "Patrones de trama:";
- fixed_height = true;
- mnemonic = "o";
- : list_box {
- fixed_height = true;
- height = 8;
- key = /*MSG0*/"patlist";
- }
- : button {
- label = "Cambiar...";
- mnemonic = "C";
- key = /*MSG0*/"changerast";
- }
- } // End Column ( Raster Patterns )
- } // End Row
-
- : row {
- fixed_width = true;
- alignment = centered;
- : retirement_button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- width = 12;
- is_default = true;
- }
- : retirement_button {
- label = "Cancelar";
- key = /*MSG0*/"cancel";
- width = 12;
- is_cancel = true;
- }
- : button {
- label = "Ayuda...";
- key = /*MSG0*/"helppen";
- width = 12;
- mnemonic = "u";
- }
- }
-
- } // End LINE ATTRIBUTES Dialog //
-
- // ANNOTATE.DCL
- // Menu for annotating plot-time variables into left side of plot
- //
-
- annotate: dialog {
- label = "Anotaciones";
- initial_focus = /*MSG0*/"accept";
- : row { // of two columns
- : column {
- : toggle {
- label = "Nombre archivo de dibujo";
- key = /*MSG0*/"dwgname";
- mnemonic = "N";
- }
- : toggle {
- label = "Fecha/hora de trazado";
- key = /*MSG0*/"plottime";
- mnemonic = "F";
- }
- } // End column (dwgname, plottime)
- : column {
- : toggle {
- label = "Inf. gestor";
- key = /*MSG0*/"dvrname";
- mnemonic = "I";
- }
- : toggle {
- label = "Marcas de corte";
- key = /*MSG0*/"cropmarks";
- mnemonic = "M";
- }
- } // End column ( drvname, cropmarks )
- } // End row of 2 columns
-
- : column {
- : text {
- key = /*MSG0*/"commentlabel";
- label = "Comentarios: (50 caracteres mßx.)";
- mnemonic = "C";
- }
- : edit_box {
- key = /*MSG0*/"comment";
- width = 51;
- edit_limit = 50;
- }
- } // End Comment column
-
- : row {
- fixed_width = true;
- alignment = centered;
- : retirement_button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- width = 12;
- is_default = true;
- }
- : retirement_button {
- label = "Cancelar";
- key = /*MSG0*/"cancel";
- width = 12;
- is_cancel = true;
- }
- : button {
- label = "Ayuda...";
- key = /*MSG0*/"helpanno";
- mnemonic = "u";
- width = 12;
- }
- }
-
- } // End PLOT ANNOTATE Dialog //
-
-
- // HELP DIALOG
- // The help dialog is popped up to display a help message based
- // on which "screen" the user was interacting with when he
- // depressed the help button
-
- help: dialog {
- label = "Ayuda/Informaci≤n";
- initial_focus = /*MSG0*/"accept";
- : list_box {
- width = 55;
- height = 16;
- key = /*MSG0*/"helplist";
- }
- : retirement_button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- is_default = true;
- is_cancel = true;
- }
- } // End HELP Dialog
-
- // OKALLPENS DIALOG
- okallpens: dialog {
- fixed_width = true;
- alignment = centered;
- label = "ííAVISO!!";
- initial_focus = /*MSG0*/"accept";
- : text {
- label = "┐Desea aplicar parßmetros a TODAS las plumillas?";
- key = /*MSG0*/"askok";
- }
- : row {
- alignment = centered;
- : retirement_button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- width = 12;
- is_default = true;
- }
- : retirement_button {
- label = "Cancelar";
- key = /*MSG0*/"cancel";
- width = 12;
- is_cancel = true;
- }
- } // End row
- } // End OKALLPENS Dialog //
-
- paperor : dialog {
- label = "Parßmetros de la lßmina";
- initial_focus = /*MSG0*/"accept";
- : boxed_row {
- label = "Pulse para que coincidan imagen y lßmina";
- fixed_width = true;
- fixed_height = true;
- spacer_0;
- : column {
- fixed_width = true;
- fixed_height = true;
- : image_button {
- key = /*MSG0*/"image1";
- width = 14;
- aspect_ratio = 0.65;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"image3";
- width = 14;
- aspect_ratio =0.65;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"image5";
- width = 14;
- aspect_ratio =0.65;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"image7";
- width = 14;
- aspect_ratio = 0.65;
- color = black;
- }
- }
- spacer_0;
- : column {
- fixed_width = true;
- fixed_height = true;
- : image_button {
- key = /*MSG0*/"image2";
- width = 14;
- aspect_ratio = 0.65;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"image4";
- width = 14;
- aspect_ratio = 0.65;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"image6";
- width = 14;
- aspect_ratio = 0.65;
- color = black;
- }
- : image_button {
- key = /*MSG0*/"image8";
- width = 14;
- aspect_ratio = 0.65;
- color = black;
- }
- }
- spacer_0;
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : retirement_button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- width = 12;
- is_default = true;
- }
- : retirement_button {
- label = "Cancelar";
- key = /*MSG0*/"cancel";
- width = 12;
- is_cancel = true;
- }
- : button {
- label = "Ayuda...";
- mnemonic = "u";
- key = /*MSG0*/"helppaper";
- }
- } // End Row;
- }
-
-
- paperadv : dialog {
- label = "Parßmetros avanzados de la lßmina";
- initial_focus = /*MSG0*/"accept";
- : boxed_row {
- label = "Seleccionar nivel de control para los mßrgenes del trazador";
- : boxed_radio_column {
- label = "Si Ajustar escala estß DES";
- key = /*MSG0*/"sclmarginadj";
- : radio_button {
- label = "Mostrar advertencias";
- key = /*MSG0*/"sclwarnings";
- mnemonic = "M";
- }
- : radio_button {
- label = "No mostrar advertencias";
- key = /*MSG0*/"scldisabled";
- mnemonic = "N";
- }
- }
- : boxed_radio_column {
- label = "Si Ajustar escala estß ACT";
- key = /*MSG0*/"marginadj";
- : radio_button {
- label = "No delimitar. Ajustar a la lßmina";
- key = /*MSG0*/"adjust";
- mnemonic = "A";
- }
- : radio_button {
- label = "Mostrar advertencias";
- key = /*MSG0*/"warnings";
- mnemonic = "M";
- }
- : radio_button {
- label = "No mostrar advertencias";
- key = /*MSG0*/"disabled";
- mnemonic = "N";
- }
- }
- }
- : boxed_column {
- label = "Mßrgenes del trazador";
- : radio_row {
- key = /*MSG0*/"expand";
- : radio_button {
- label = "Expandir DES";
- key = /*MSG0*/"expoff";
- mnemonic = "D";
- }
- : radio_button {
- label = "Expandir ACT";
- key = /*MSG0*/"expon";
- mnemonic = "C";
- }
- }
- : text {
- label = "Debe coincidir con el parßmetro del trazador";
- }
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : retirement_button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- width = 12;
- is_default = true;
- }
- : retirement_button {
- label = "Cancelar";
- key = /*MSG0*/"cancel";
- width = 12;
- is_cancel = true;
- }
- : button {
- label = "Ayuda...";
- mnemonic = "u";
- key = /*MSG0*/"helpadv";
- }
- } // End Row;
- : text {
- key = /*MSG0*/"errortext";
- width = 55;
- }
- }
-
-
- printops : dialog {
- label = "Tramado";
- initial_focus = /*MSG0*/"accept";
- : text {
- centered = true;
- label = "(S≤lo para vectores)";
- }
- : row {
- : radio_column {
- key = /*MSG0*/"dither";
- : radio_button {
- label = "Dispersar";
- key = /*MSG0*/"scatter";
- mnemonic = "D";
- }
- : radio_button {
- label = "Patr≤n";
- key = /*MSG0*/"pattern";
- mnemonic = "P";
- }
- : radio_button {
- label = "Valores por defecto (trazador)";
- key = /*MSG0*/"default";
- mnemonic = "V";
- }
- }
- : column {
- fixed_width = true;
- fixed_height = true;
- : image {
- key = /*MSG0*/"sc_im";
- height = 1;
- aspect_ratio = 6;
- color = black;
- }
- : image {
- key = /*MSG0*/"pt_im";
- height = 1;
- aspect_ratio = 6;
- color = black;
- }
- spacer_1;
- }
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : retirement_button {
- label = "Aceptar";
- key = /*MSG0*/"accept";
- width = 12;
- is_default = true;
- }
- : retirement_button {
- label = "Cancelar";
- key = /*MSG0*/"cancel";
- width = 12;
- is_cancel = true;
- }
- : button {
- label = "Ayuda...";
- mnemonic = "u";
- key = /*MSG0*/"helpprintop";
- }
- } // End Row;
- }
-
-